home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
- #define AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // SelOptPage.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSelOptPage dialog
-
- class CSelOptPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CSelOptPage)
-
- // Construction
- public:
- CSelOptPage();
- ~CSelOptPage();
-
- int m_iVersion;
- // Dialog Data
- //{{AFX_DATA(CSelOptPage)
- enum { IDD = IDD_SELECT_PROPPAGE };
- BOOL m_bArcs;
- BOOL m_bTexts;
- BOOL m_bInvisible;
- BOOL m_bTopLevel;
- BOOL m_bSegments;
- BOOL m_bBlocks;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CSelOptPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSelOptPage)
- afx_msg void OnGraphics();
- afx_msg void OnInserts();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SELOPTPAGE_H__E7808AF4_A75C_11D1_B7B8_000021452DB6__INCLUDED_)
-